gtkmain: Ignore GDK_CROSSING_GRAB/UNGRAB crossing events for picking purposes
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 4 May 2017 11:45:30 +0000 (13:45 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 May 2017 14:25:59 +0000 (16:25 +0200)
commit03a63204c11b0a5e5329c4f3cfa12022e0148327
treee448ba572d05c594558096ca4696b581d3bfb68c
parent65de0ebea3d2656b75ffcb41fd6ce2be1aaa01a2
gtkmain: Ignore GDK_CROSSING_GRAB/UNGRAB crossing events for picking purposes

Especially with owner_events=TRUE, this doesn't mean anything for picking, as
events will be reported as usual inside the application.
gtk/gtkmain.c